Wiki

Clone wiki

inf225 / glossary / Object-oriented programming

[Alphabetical Index | Tag Index]

Object-oriented programming*

A programming paradigm based on modelling interactions between objects. Objects have fields and methods and encapsulate state. Provides data abstraction, and usually supports inheritance, dynamic dispatch and subtype subtype polymorphism.

[Wikipedia]

Updated